runtime.gcStatsAggregate.stackScan (field)

4 uses

	runtime (current package)
		metrics.go#L240: 				out.scalar = in.gcStats.stackScan
		metrics.go#L760: 	stackScan   uint64
		metrics.go#L768: 	a.stackScan = gcController.lastStackScan.Load()
		metrics.go#L770: 	a.totalScan = a.heapScan + a.stackScan + a.globalsScan